home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / input_prompt < prev    next >
Text File  |  2001-03-21  |  676b  |  22 lines

  1. Synopsis:
  2.    set input_prompt [<string>]
  3.  
  4. Description:
  5.    This setting allows the user to add a custom string the the beginning
  6.    of the input line (for display purposes).  Much like the various Unix
  7.    shells, the prompt can contain any string desired.
  8.  
  9.    It is generally used for displaying information about the current
  10.    target (such as a channel or queried nickname).  Any variables used in
  11.    the prompt are re-evaluated after each command issued from the input
  12.    prompt.
  13.    
  14.    Also note that any special highlight character (^B, ^C, etc) may be used
  15.    in this setting.
  16.  
  17.    To disable the input prompt, unset the variable.
  18.  
  19. See Also:
  20.    Special_Vars(7)
  21.  
  22.